Support nested paths in git and path sources
authorYehuda Katz + Carl Lerche <engineering@tilde.io>
Wed, 18 Jun 2014 00:40:22 +0000 (17:40 -0700)
committerTim Carey-Smith <tim@spork.in>
Wed, 18 Jun 2014 00:40:22 +0000 (17:40 -0700)
commitbcf902874942a363f764678fc36fd4cf7e70ce68
tree9b3a0a95c5690a0676873021ccfd7366144ed152
parent9224a5ae61dc02061568d65e94484ffe6c4f052f
Support nested paths in git and path sources
src/cargo/core/source.rs
src/cargo/ops/cargo_read_manifest.rs
src/cargo/ops/mod.rs
src/cargo/sources/git/source.rs
src/cargo/sources/path.rs
tests/test_cargo_compile_git_deps.rs
tests/test_cargo_compile_path_deps.rs